func runtime.copyValues

4 uses

	runtime (current package)
		map.go#L1675: 		copyValues(t, h, (*bmap)(h.buckets), s, offset)
		map.go#L1683: 		copyValues(t, h, b, s, offset)
		map.go#L1694: 			copyValues(t, h, b, s, offset)
		map.go#L1700: func copyValues(t *maptype, h *hmap, b *bmap, s *slice, offset uint8) {